﻿body
{
    font-size: .75em;
    font-family: /*'Segoe UI',*/ Arial, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0px;
    outline-offset: 0px;
}

table
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    border: 0;
    border-spacing: 0;
}

tbody
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    border: 0;
    border-spacing: 0;
}

tr
{
    margin: 0em;
    padding: 0em;
    border-style: none;
    border: 0;
    border-spacing: 0;
}

td
{
    color: black;
    margin: 0em;
    /*padding: .5em;*/
    padding: .1em;
    border-style: none;
    border: 0;
    border-spacing: 0;
    vertical-align: bottom;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    color: #000080;
    background-color: #99CCFF;
    height: 40px;
    vertical-align: middle;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    color: #000080;
    background-color: #99CCFF;
    height: 40px;
    vertical-align: middle;
}

.CrudLabel
{
    font-weight: bold;
    color: darkblue;
}

.CrudLabelSmall
{
    color: darkblue;
    font-size: 11px;
}

.CrudLabelTable
{
    font-weight: bold;
    color: darkblue;
    border-bottom: 1px dotted lightslategray;
}

.CrudTextTable
{
    border-bottom: 1px dotted lightslategray;
}

.InputRow
{
    vertical-align: bottom;
}

.InputLabel
{
    height: 25px;
    font-weight: bold;
    font-size: 8.5pt;
    color: #3366cc;
    vertical-align: bottom;
    text-align: left;
}

.ASPControl
{
    font: Sans-Serif;
    font-size: 12px;
    color: #000033;
}

.Button
{
    height: 30px;
    align-items: center;
}

#middle
{
    background: #ffffff;
    margin: 0px auto;
    width: 722px;
}

.Error
{
    font-size: 8.5pt;
    color: red;
}